Skip to content

fix: email notification sending#412

Merged
CodeVoyager merged 1 commit into
masterfrom
fix/email-service
May 29, 2026
Merged

fix: email notification sending#412
CodeVoyager merged 1 commit into
masterfrom
fix/email-service

Conversation

@CodeVoyager
Copy link
Copy Markdown
Contributor

Ticket

#404

Summary

Safety checks for e-mail notification sending.

  • Add a new email service to handle email sending with timeout management.
  • Refactor existing email sending logic in client service to utilize the new email service.
  • Ensure proper error handling and logging for email operations.
  • Update common service to parse IDs correctly.

Test Plan

How are you testing the work you're submitting?

@CodeVoyager CodeVoyager self-assigned this May 16, 2026
@CodeVoyager CodeVoyager added the bug Something isn't working label May 16, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented May 16, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.40%. Comparing base (8d00d6c) to head (089da2a).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #412      +/-   ##
==========================================
+ Coverage   96.67%   98.40%   +1.73%     
==========================================
  Files          39       40       +1     
  Lines        1232     1254      +22     
  Branches      287      289       +2     
==========================================
+ Hits         1191     1234      +43     
+ Misses         41       20      -21     
Flag Coverage Δ
unittest 98.40% <100.00%> (+1.73%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

- Add a new email service to handle email sending with timeout management.
- Refactor existing email sending logic in client service to utilize the new email service.
- Ensure proper error handling and logging for email operations.
- Update common service to parse IDs correctly.
@CodeVoyager CodeVoyager merged commit 31fc76a into master May 29, 2026
1 check passed
@CodeVoyager CodeVoyager deleted the fix/email-service branch May 29, 2026 13:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants